Gift.aspx page properties

The following Gift.aspx page properties can be modified.

ContactPanelTitle – Specifies the title of the Contact panel.

CreditDebitCardCashAccountPrefix – The default value of this property (“”) results in all iMIS Credit/Debit Cash Accounts being listed in the Pay By drop-down list. Enter your web Credit card prefix to filter this list (from System Setup, select Set up web components > General configuration). Only Credit/Debit Cash Accounts where the Cash Account Code begins with this prefix will be populated.  

DefaultCountry – Sets the default country that will appear in the Country drop-down list.

DistributionMessage – Specifies the text displayed to the left of the drop-down list of distributions.

EligibleDistributions – Specifies a comma-separated list of distribution codes. A distribution must be added to this list for it to appear on the donations web page. When the web page is rendered, each code is translated into the full distribution name and displayed in a drop-down list in the same order as the code list. Distribution codes that do not match the codes defined in iMIS will not appear online. For a list of distributions defined in your system, open the Distributions and premiums window in iMIS Desktop (from Fundraising, select Set up tables > Distributions and premiums).

EmailConfirmationSubject – Specifies the subject line in the donation confirmation email.

EmailFromAddress – Specifies the From address of the confirmation email message. Be sure to change the default value in the GIft.aspx page to one that is specific to your organization.

EmailSmtpHost – Specifies the name or IP address of the host server used for SMTP transactions. Be sure to change the default value in the GIft.aspx page to one that is specific to your organization.

EmailSmtpLoginId and  EmailSmtpLoginPassword – Specifies the login credentials required for authentication on your SMTP server. These properties are not included in the Gift.aspx page by default. If your SMTP server requires authentication, then you must add these properties to your Gift.aspx page. If your SMTP server does not require authentication, then these properties should not be included in the Gift.aspx page.

EmailSmtpPort – Specifies the port used for SMTP transactions. The default is 25.

GiftPanelTitle – Specifies the title of the Gift panel.

KnownUserMessage – Specifies the message displayed when a logged-on user navigates to the donation page. If this message contains the string {0} (brace zero brace), the logged-on user’s first name (Contact.FirstName) is substituted for that string. Otherwise, the message is displayed without modification.

PaymentPanelTitle – Specifies the title of the Payment panel.

ProcessedSuccessfullyMessage – Specifies the message displayed when a donation is processed successfully.

RequiredFieldDescription – Specifies the text that appears if a user fails to supply a required field. The default text is "* Indicates a required field.”

SubmitButtonText – Specifies the words that appear on the button used to submit the donation. The default is “Donate!”

SuggestedGiftAmounts – This is a comma-separated list of values displayed as radio buttons for the user to select. The user also has the option to enter an amount of their choice. The values specified in this list are interpreted as decimal numbers. Any values that can’t be interpreted as a decimal number (for example “xyz”) will not be displayed.

SummaryPanelTitle – Specifies the title of the Summary panel. The Summary panel is displayed after the donation has been successfully processed.

ThankYouMessage – Specifies the message displayed after a donation has been successfully processed. If the message contains the string {0} (brace zero brace), the logged-on user’s first name (Contact.FirstName) is substituted for that string.

UnknownUserMessage – Specifies the message displayed when a non-logged-on user navigates to the donation page.